Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 14 - Shader Objects / Shader Objects Reference
Shader Objects Routines / Managing Shaders


Q3Shader_Submit

You can use the Q3Shader_Submit function to submit a shader in a view.

TQ3Status Q3Shader_Submit (
TQ3ShaderObject shader, 
TQ3ViewObject view);
shader
A shader.
view
A view.
DESCRIPTION
The Q3Shader_Submit function submits the shader specified by the shader parameter for drawing or writing in the view specified by the view parameter.

SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996